From 51c852e1dadcf16432e28ab1bd2eb08d43eea118 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 15 Nov 2007 11:58:07 +0000 Subject: [PATCH] (Communication Coding): Document x-select-request-type. --- man/mule.texi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/man/mule.texi b/man/mule.texi index c71c820dc27..018521dff42 100644 --- a/man/mule.texi +++ b/man/mule.texi @@ -1103,6 +1103,15 @@ specified by one of the environment variables @env{LC_ALL}, specified above, whose value is nonempty is the one that determines the text representation.) +@vindex x-select-request-type + The variable @code{x-select-request-type} specifies a selection data +type of selection to request from the X server. The default value is +@code{nil}, which means Emacs tries @code{COMPOUND_TEXT} and +@code{UTF8_STRING}, and uses whichever result seems more appropriate. +You can explicitly specify the data type by setting the variable to +one of the symbols @code{COMPOUND_TEXT}, @code{UTF8_STRING}, +@code{STRING} and @code{TEXT}. + @node File Name Coding @section Coding Systems for File Names -- 2.30.2